projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
958cdec
)
(vhdl-reset-active-high, vhdl-clock-rising-edge): Doc fix (Nil -> nil).
author
Glenn Morris
<rgm@gnu.org>
Fri, 10 Nov 2006 09:12:49 +0000
(09:12 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 10 Nov 2006 09:12:49 +0000
(09:12 +0000)
lisp/progmodes/vhdl-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/vhdl-mode.el
b/lisp/progmodes/vhdl-mode.el
index cf887394e6bd19867c36dcee04a917ad5c856693..b8399bfafb05a4cc7cfbe0a5a60ec3860f6bf5d4 100644
(file)
--- a/
lisp/progmodes/vhdl-mode.el
+++ b/
lisp/progmodes/vhdl-mode.el
@@
-1023,13
+1023,13
@@
NOTE: Activate the new setting in a VHDL buffer by using the menu entry
(defcustom vhdl-reset-active-high nil
"*Non-nil means reset in sequential processes is active high.
-
N
il means active low."
+
n
il means active low."
:type 'boolean
:group 'vhdl-sequential-process)
(defcustom vhdl-clock-rising-edge t
"*Non-nil means rising edge of clock triggers sequential processes.
-
N
il means falling edge."
+
n
il means falling edge."
:type 'boolean
:group 'vhdl-sequential-process)